projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
12308b1
)
arm: zynq: Dont define SDRAM_BASE and SDRAM_SIZE in .h
author
Siva Durga Prasad Paladugu
<
[email protected]
>
Mon, 16 Jul 2018 10:27:00 +0000
(15:57 +0530)
committer
Michal Simek
<
[email protected]
>
Thu, 19 Jul 2018 08:49:56 +0000
(10:49 +0200)
Remove the SDRAM_BASE and SDRAM_SIZE as it can now get these
details from DT.
Signed-off-by: Siva Durga Prasad Paladugu <
[email protected]
>
Signed-off-by: Michal Simek <
[email protected]
>
Reviewed-by: Simon Glass <
[email protected]
>
include/configs/zynq_cse.h
patch
|
blob
|
history
diff --git
a/include/configs/zynq_cse.h
b/include/configs/zynq_cse.h
index 2f5843f9ec31622d8a3d397a3fd8366ee752ae62..adc02f0a4a3b30c73021df106dc35f0529bc06ef 100644
(file)
--- a/
include/configs/zynq_cse.h
+++ b/
include/configs/zynq_cse.h
@@
-41,7
+41,4
@@
#undef CONFIG_SYS_MALLOC_LEN
#define CONFIG_SYS_MALLOC_LEN 0x1000
-#define CONFIG_SYS_SDRAM_BASE 0xfffc0000
-#define CONFIG_SYS_SDRAM_SIZE 0x40000
-
#endif /* __CONFIG_ZYNQ_CSE_H */